Project themes allow you to change the look and feel of a project. Several themes are included with WorkplaceManagement, and additional themes can be created.
1. Open a WorkplaceManagement project.
2. Open the Sidebar Menu.
3. Select Project Settings from the list of tools.
4. Select the Project Theme dropdown to select a theme.
5. Select Save to confirm your changes. You may need to reload your page to see the new theme applied.
Making new themes is easy, but requires knowledge of HTML and CSS. In local installations, project themes are found at C:\Program Files\WorkplaceManagement 2\_engine\Themes.
1. Create a new CSS file in the C:\Program Files\WorkplaceManagement 2\_engine\Themes directory
2. Add CSS to apply new styles to elements of the project.
e.g.
.ToolbarTransparency {
background-color: #0c0848;
}
.namepanel {
background-color: #444444;
border:none;
color:white;
}
Create your own website - Learn more